<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{box-sizing: border-box;}
body { background:#FFFFFF;padding-top: 180px; margin:0px;font-family: Microsoft Yahei,Arial,Verdana,Sans-Serif;}
h1,h2,h3,h4,h5,h6,ul,ol,li,form,img,dl,dt,dd,th,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0; list-style:none;}
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
/*a:hover { text-decoration: underline;}*/
a:active { text-decoration: none;}
img {border:0px;}
.container{width: 100%; max-width: 1600px;padding: 0 20px;margin: 0 auto;}
.headtop{background-color: grey;position: fixed;left: 0;top: 0;width: 100%; z-index:99999;}
.head{overflow: hidden;height: 35px;line-height: 35px;}
.head .toplink_1{width: 70px;float: left;}
.head .toplink_2{width: calc(100% - 70px - 450px);float: left;}
.head .toplink_3{width: 450px;float: left;}
/* 顶部全球网站链接 */
.head a{ font-family: "Arial"; color:#ffffff; font-size:12px; display:block; float:left; line-height:35px; height:35px; width:75px; text-align:center;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;} 
.head a:hover{ text-decoration:none; color:#FFffff; background:#01b0c6;}
.head a.cur{background:#555555;}
.toplogo{background-color: rgba(241,241,241,0.9);position: fixed;left: 0;top: 35px;width: 100%; border-bottom:1px #cccccc solid; z-index:99;}
.toplogo .logo{display: block;vertical-align: middle;height: 120px;line-height: 120px;}
.toplogo .logo img{vertical-align: middle; height:80px;}

.prolist{margin-left: -15px;margin-right: -15px;margin-bottom: 80px;margin-top: 30px;overflow: hidden;}
.prolist .item{padding: 0 15px;width: 25%;float: left;}
.prolist .item .con{border: 1px solid #ccc;border-radius: 8px;padding: 18px 30px;margin-top: 114px; background:#f9f9f9;}
.prolist .item .img{width: 148px;height: 148px;margin: -98px auto 0;display: block;border-radius: 50%;overflow: hidden;}
.prolist .item .img img{width: 100%;transition: all 0.4s;}
.prolist .item:hover .img img{transform: scale(1.05);}
.prolist .item .title{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 20px 0;}
.prolist .item .title a{display: block;font-size: 24px;text-align: center;color: #000;}
.prolist .item .title a:hover{color: #d20202;}
.prolist .item .desc{font-size: 12px;line-height: 23px;height: 115px;overflow: hidden;margin-bottom: 15px;color: #777;}
.prolist .item a.more{color: #FFFFFF;font-size: 14px;display: block;overflow: hidden;line-height: 35px;height: 35px;width: 120px;text-align: center;background: #00bcd4;margin: 0 auto;border-radius: 8px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;}
.prolist .item a.more:hover{background-color: #FF6600;}
.footer{width: 100%;padding: 25px 0;background-color: #333333;color: #fff;font-size: 14px;}
.footer a{color: #fff;}
.footer .powerby{text-align: center;line-height: 1.9;}
.footer .powerby p{margin: 0 0 5px 0;}
.footerm{ display:none;}
@media screen and (max-width: 1023px) {.prolist .item{width: 50%;}}
@media screen and (max-width: 768px) {
    body{padding-top: 60px;}
    .toplogo{top: 0;background-color: #f0f0f0;}
    .toplogo .logo{width: 60%;float: left;display: block;height: 80px;line-height: 80px;}
    .toplogo .logo img{height: 60px;vertical-align: middle;}
	.prolist{margin-bottom: 40px;}
	.prolist .item{width: 100%;margin-right: 0;}
	.prolist .item .con{padding: 15px 15px;}
	.prolist .item .desc{height: 92px;}
    .headtop{height: 100vh;z-index: 999;width: 80%;transition: ease .65s;transform: translate3d(-100%,0,0);}
    .headtop.open{transform: translate3d(0,0,0);}
    .head{height: auto;margin-top: 20px;}
    .head .toplink_1{width: 100%;}
    .head .toplink_2{width: 100%;}
    .head .toplink_3{width: 100%;}
    .head a{width: 100%;float: none;font-size: 14px;height: 40px;line-height: 40px;}

    .footerm{ display:block; width: 100%;padding: 15px 0;background-color: #333333;color: #fff;font-size: 14px; text-align:center;}
    .footerm a{color: #fff;}
    .footer{ display:none;}
    .mbshow{display: block;}
    .menu{ width: 50px;height: 60px; margin-top:15px;background: transparent url(../images/icon_menu.png) right center no-repeat; background-size: 30px;cursor: pointer;float: right;display: block;transition: all 0.5s;position: relative;/*background-color: #fff;*/}
    .menu&gt;span {
	    position: absolute;
		right: 10px;
		height: 2px;
		background: #fff;
		background-color: #00bcd4;

		-webkit-transition: all 200ms ease;
		transition: all 200ms ease;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%
		}
	.menu&gt;span:nth-child(1) {
		top: 20px;
		width: 30px;
	}
	.menu&gt;span:nth-child(2) {
		top: 28px;
		width: 30px;
	}
	.menu&gt;span:nth-child(3) {
		top: 36px;
		width: 30px;
	}
	.menu[aria-expanded=true]:hover&gt;span:nth-child(1),.open.menu&gt;span:nth-child(1) {
		width: 30px;
		-webkit-transform: translate(3px,10px) rotate(45deg);
		transform: translate(3px,10px) rotate(45deg)
	}
	.menu[aria-expanded=true]:hover&gt;span:nth-child(2),.open.menu&gt;span:nth-child(2) {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}
	.menu[aria-expanded=true]:hover&gt;span:nth-child(3),.open.menu&gt;span:nth-child(3) {
		width: 30px;
		-webkit-transform: translate(3px,-6px) rotate(-45deg);
		transform: translate(3px,-6px) rotate(-45deg)
	}

	.lhShadow {position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 9999;cursor: pointer;animation: shadow linear 0.5s;	}
	@keyframes shadow{
		0%{opacity:0;}
		100%{opacity:1;}	
	}
}</pre></body></html>